object FormRecuExplorer: TFormRecuExplorer Left = 371 Top = 129 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Recuperaci�n de configuraci�n de Internet Explorer' ClientHeight = 567 ClientWidth = 612 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PlaGroupBox1: TPlaGroupBox Left = 10 Top = 152 Width = 591 Height = 377 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Anchors = [akLeft, akBottom] Caption = 'Recuperaci�n de la configuraci�n de Internet Explorer' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 0 object Image1: TImage Left = 10 Top = 24 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object TxtInfoRecuperacion: TLabel Left = 57 Top = 26 Width = 474 Height = 13 Caption = 'Puedes guardar una copia de la configuraci�n de Internet Explore' + 'r y restaurarla cuando lo desees.' Constraints.MaxWidth = 474 Constraints.MinWidth = 474 Transparent = True WordWrap = True end object TxtLstSO: TLabel Left = 57 Top = 66 Width = 140 Height = 13 Caption = 'Versi�n de Internet Explorer:' Constraints.MaxWidth = 140 Constraints.MinWidth = 140 Transparent = True Visible = False WordWrap = True end object PlaButtonGuardarConfig: TPlaButton Left = 57 Top = 334 Width = 110 Height = 21 Caption = 'Guardar valores' Enabled = False TabOrder = 0 OnClick = PlaButtonGuardarConfigClick end object PlaButtonRestaurarConfig: TPlaButton Left = 175 Top = 334 Width = 90 Height = 21 Caption = 'Restaurar' Enabled = False TabOrder = 1 OnClick = PlaButtonRestaurarConfigClick end object PlaButtonModificarConfig: TPlaButton Left = 273 Top = 334 Width = 90 Height = 21 Caption = 'Modificar' Enabled = False TabOrder = 2 OnClick = PlaButtonModificarConfigClick end object PlaListViewRecupOpcInt: TPlaListView Left = 57 Top = 96 Width = 515 Height = 191 Color = clWhite CheckBoxes = True Columns = < item Width = 123 Caption = 'Dato' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] end item Width = 195 Caption = 'Valor actual' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] end item Width = 195 Caption = 'Valor Guardado' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] end> DragCursor = crDrag DragMode = dmManual HideSelection = False MultiSelect = True ParentColor = False ParentShowHint = False ShowHint = True ShowColumnHeaders = True TabOrder = 3 OnChange = PlaListViewRecupOpcIntChange OnCheckClick = PlaListViewRecupOpcIntCheckClick OnDblClick = PlaListViewRecupOpcIntDblClick Data = {000100000000FE} end object PlaButtonRestaurarOriginales: TPlaButton Left = 392 Top = 334 Width = 181 Height = 21 Caption = 'Restaurar originales' Enabled = False TabOrder = 4 OnClick = PlaButtonRestaurarOriginalesClick end object PlaButtonMarcar: TPlaButton Left = 57 Top = 300 Width = 170 Height = 21 Caption = 'Marcar/desmarcar todos' TabOrder = 5 OnClick = PlaButtonMarcarClick end object LstSO: TPlaComboBox Left = 208 Top = 64 Width = 89 Height = 21 Style = csDropDownList TabOrder = 6 Text = '64 Bits' Visible = False OnChange = LstSOChange Items.Strings = ( '32 Bits' '64 Bits') end end object PlaButtonCerrar: TPlaButton Left = 535 Top = 534 Width = 64 Height = 21 Anchors = [akLeft, akBottom] Caption = 'Cerrar' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = PlaButtonCerrarClick Cancel = True end object PlaGroupBox2: TPlaGroupBox Left = 10 Top = 12 Width = 591 Height = 111 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Protecci�n de la configuraci�n de Internet Explorer' TabOrder = 2 object Image2: TImage Left = 10 Top = 24 Width = 32 Height = 32 Picture.Data = {} Transparent = True end object TxtInfoProteccion: TLabel Left = 57 Top = 26 Width = 456 Height = 26 Caption = 'Selecciona la acci�n a realizar cuando cualquier aplicaci�n inte' + 'nte modificar la configuraci�n de Internet Explorer.' Constraints.MaxWidth = 456 Constraints.MinWidth = 456 Transparent = True WordWrap = True end object RBNoPermitir: TPlaRadioButton Left = 57 Top = 63 Width = 194 Height = 16 Caption = 'No permitir modificar la configuraci�n' TabOrder = 0 TabStop = False end object RBPreguntar: TPlaRadioButton Left = 57 Top = 81 Width = 172 Height = 16 Caption = 'Preguntarme la acci�n a realizar' TabOrder = 1 TabStop = False end end end